|
|
|
|
RowIndent Property, SftTabs Class |
Defines the indentation of tab rows.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Property RowIndent As Integer |
C# |
public int RowIndent { get; set; } |
C++ |
public: property int RowIndent { |
Property Value
The indentation of each additional row relative to the first row, or -1 to use the default indentation.
The default value is -1.
Comments
The RowIndent property defines the indentation of tab rows.
Additional tab rows can be indented by the amount specified. Specify -1 to use the tab style's built-in margin.